home *** CD-ROM | disk | FTP | other *** search
/ Alumni Directory: Univer… of Nebraska Lincoln 2000 / University of Nebraska-Lincoln Alumni Directory 2000.iso / pc / Data / nlafin.mdb / QSearch.json < prev   
JavaScript Object Notation  |  2000-06-27  |  3KB

  1. {
  2.     "schema": {
  3.         "Display": "Text (255)",
  4.         "Control": "Text (10)",
  5.         "Table": "Text (64)",
  6.         "Field": "Text (255)",
  7.         "Sequence": "Long Integer",
  8.         "Helper": "Text (64)"
  9.     },
  10.     "data": [
  11.         {
  12.             "Display": "Last Name",
  13.             "Control": "EDIT",
  14.             "Table": "data",
  15.             "Field": "Last Name",
  16.             "Sequence": 1
  17.         },
  18.         {
  19.             "Display": "First Name",
  20.             "Control": "EDIT",
  21.             "Table": "data",
  22.             "Field": "First Name",
  23.             "Sequence": 2
  24.         },
  25.         {
  26.             "Display": "Middle Initial",
  27.             "Control": "EDIT",
  28.             "Table": "data",
  29.             "Field": "Middle Initial",
  30.             "Sequence": 3
  31.         },
  32.         {
  33.             "Display": "Last Name Used as Student",
  34.             "Control": "EDIT",
  35.             "Table": "data",
  36.             "Field": "Last Name Used as Student",
  37.             "Sequence": 5
  38.         },
  39.         {
  40.             "Display": "First Name Used as Student",
  41.             "Control": "EDIT",
  42.             "Table": "data",
  43.             "Field": "First Name Used as Student",
  44.             "Sequence": 6
  45.         },
  46.         {
  47.             "Display": "Univ. of Nebraska-Lincoln Class Year",
  48.             "Control": "EDIT",
  49.             "Table": "degrees",
  50.             "Field": "University of Nebraska-Lincoln Class Year",
  51.             "Sequence": 7
  52.         },
  53.         {
  54.             "Display": "Degree earned at Univ. of Nebraska-Lincoln",
  55.             "Control": "EDIT",
  56.             "Table": "degrees",
  57.             "Field": "Degree earned at University of Nebraska-Lincoln",
  58.             "Sequence": 8
  59.         },
  60.         {
  61.             "Display": "Job Title",
  62.             "Control": "EDIT",
  63.             "Table": "details",
  64.             "Field": "Job Title",
  65.             "Sequence": 9
  66.         },
  67.         {
  68.             "Display": "Firm Name",
  69.             "Control": "EDIT",
  70.             "Table": "details",
  71.             "Field": "Firm Name",
  72.             "Sequence": 10
  73.         },
  74.         {
  75.             "Display": "Business City",
  76.             "Control": "EDIT",
  77.             "Table": "details",
  78.             "Field": "Business City",
  79.             "Sequence": 11
  80.         },
  81.         {
  82.             "Display": "Business State",
  83.             "Control": "COMBO",
  84.             "Table": "details",
  85.             "Field": "Business State",
  86.             "Sequence": 12,
  87.             "Helper": "H_Business State"
  88.         },
  89.         {
  90.             "Display": "Business Country",
  91.             "Control": "COMBO",
  92.             "Table": "details",
  93.             "Field": "Business Country",
  94.             "Sequence": 13,
  95.             "Helper": "H_Business Country"
  96.         },
  97.         {
  98.             "Display": "Business Zip",
  99.             "Control": "EDIT",
  100.             "Table": "details",
  101.             "Field": "Business Zip",
  102.             "Sequence": 14
  103.         },
  104.         {
  105.             "Display": "E-Mail Address",
  106.             "Control": "EDIT",
  107.             "Table": "data",
  108.             "Field": "E-Mail Address",
  109.             "Sequence": 15
  110.         },
  111.         {
  112.             "Display": "Residential City",
  113.             "Control": "EDIT",
  114.             "Table": "data",
  115.             "Field": "Residential City",
  116.             "Sequence": 16
  117.         },
  118.         {
  119.             "Display": "Residential State",
  120.             "Control": "COMBO",
  121.             "Table": "data",
  122.             "Field": "Residential State",
  123.             "Sequence": 17,
  124.             "Helper": "H_Residential State"
  125.         },
  126.         {
  127.             "Display": "Residential Country",
  128.             "Control": "COMBO",
  129.             "Table": "data",
  130.             "Field": "Residential Country",
  131.             "Sequence": 18,
  132.             "Helper": "H_Residential Country"
  133.         },
  134.         {
  135.             "Display": "Residential Zip",
  136.             "Control": "EDIT",
  137.             "Table": "data",
  138.             "Field": "Residential Zip",
  139.             "Sequence": 19
  140.         },
  141.         {
  142.             "Display": "Occupation",
  143.             "Control": "COMBO",
  144.             "Table": "data",
  145.             "Field": "Occupation",
  146.             "Sequence": 20,
  147.             "Helper": "H_Occupation"
  148.         },
  149.         {
  150.             "Display": "Spouse's First Name",
  151.             "Control": "EDIT",
  152.             "Table": "details",
  153.             "Field": "Spouse's First Name",
  154.             "Sequence": 21
  155.         },
  156.         {
  157.             "Display": "Spouse's Last Name",
  158.             "Control": "EDIT",
  159.             "Table": "details",
  160.             "Field": "Spouse's Last Name",
  161.             "Sequence": 22
  162.         },
  163.         {
  164.             "Display": "Other Institution Attended",
  165.             "Control": "EDIT",
  166.             "Table": "institutions",
  167.             "Field": "Other Institution Attended",
  168.             "Sequence": 23
  169.         },
  170.         {
  171.             "Display": "Degree earned from other institutions",
  172.             "Control": "EDIT",
  173.             "Table": "institutions",
  174.             "Field": "Degree earned from other institutions",
  175.             "Sequence": 24
  176.         }
  177.     ]
  178. }